GtkHeaderBar: Fix a corner-case in child properties
authorMatthias Clasen <mclasen@redhat.com>
Sun, 2 Nov 2014 22:46:35 +0000 (17:46 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 2 Nov 2014 22:49:47 +0000 (17:49 -0500)
commit287319564450211a88e313d99eb3381016ae8074
tree49627a3640cc674420f49ca181815e4c5d5bb5cc
parentcc22325612f201e7dca2c38d3603e3bf5d75b064
GtkHeaderBar: Fix a corner-case in child properties

The child property setting must be prepared to deal with any
child property for any child, even if it doesn't make sense,
like the pack-type for the custom title. This is happening
in glade when undoing a change in the custom-title property.
gtk/gtkheaderbar.c